home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 20 / 9 / DISK2092.ZIP / RBBS-LIT.ZIP / LIT / FMS.LIT < prev    next >
Text File  |  1990-01-13  |  1KB  |  41 lines

  1. *[FMS.LIT]********************************************************************
  2. * Description: Removes support for FMS style directories.                    *
  3. * RBBS-PC Level: CPC17.2B                                                    *
  4. * Module Affected: RBBSSUB3.BAS                                              *
  5. * Selection Option: FMS = OFF                                                *
  6. * Additional files: FMS4.LIT                                                 *
  7. ******************************************************************************
  8. 58140 SUB LoadNew (Ara(2)) STATIC
  9.         END SUB
  10. 58142
  11. 58150 SUB CountNewFiles (LastOn$,Upld(2),NumUserFiles,RptPrefix$) STATIC
  12.       END SUB
  13. 58160 SUB CountLines (MaxEntries) STATIC
  14.       END SUB
  15. 58161 SUB LinesInFile (FilName$,LineCount) STATIC
  16.       END SUB
  17. 58162 SUB InitFMS (ZCategoryName$(1),ZCategoryCode$(1), _
  18.                    ZCategoryDesc$(1),CategoryIndex) STATIC
  19.       CategoryIndex = 0
  20.       ZLimitSearchToFMS = ZFalse
  21.       END SUB
  22. 58165 SUB DispUpDir (PassedCats$,SearchString$, _
  23.           SearchDate$,DnldFlag,AbortIndex) STATIC
  24.       END SUB
  25. 58168
  26. 58169
  27. 58170
  28. 58171
  29. 58172
  30. 58173
  31. 58174
  32. 58175
  33. 58176
  34. 58177
  35. 58178
  36. 58180
  37. 58182
  38. 58183
  39. 58185
  40. 58187
  41.